# CONVERT_PNG_to_ICO This project contains a simple python script to convert a .png image to .ICO format ## Requirements Pillow module `pip install pillow` ## Two methods: The conversion can be done in two ways: ### Using Terminal - Add the image in png format with name as 'input' in this folder. - Run the convert.py script. - output image will be generated and saved in this folder with the name 'output'. ### Using GUI - Run the convertUI.py script. - Select the 'Import PNG File' button and pick any png image from any location. - Select the 'Convert PNG to ICO' button and pick the location where the file will be saved.